home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / pcscheme / geneva / sources.exe / SOURCES / WEB / README < prev    next >
Encoding:
Text File  |  1992-12-09  |  780 b   |  23 lines

  1. SchemeWEB---Simple support for literate programming in Lisp.
  2.  
  3. SchemeWEB is a Unix filter that translates SchemeWEB source into LaTeX
  4. source or Scheme source.  Originally developed for the Scheme dialect 
  5. of Lisp, it can easily be used with most other dialects.
  6.  
  7. Installation:
  8.  
  9. 1) Processes the file "sweb.tex" with LaTeX and read that one page
  10. document.
  11.  
  12. 2) Edit "Makefile" to reflect the correct destination of the
  13. executables(DEST) and the correct destination of the style
  14. file(TEXDEST). 
  15.  
  16. 3) The command "make install" installs SchemeWEB.
  17.  
  18. 4) If you plan to modify your Lisp system's standard LOAD, follow the
  19. model given in "reader.sw", a reader of SchemeWEB source for the R4RS
  20. dialect of Scheme.
  21.  
  22. $Header: README,v 1.1 90/07/12 08:57:33 ramsdell Exp $
  23.